home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-05-29  |  258b  |  17 lines

  1. on(press){
  2.    if(!_parent.activebuttons)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(_parent.sfx)
  7.    {
  8.       _parent.popSound.start();
  9.    }
  10.    Swap();
  11.    if(solution == 1)
  12.    {
  13.       base.gotoAndPlay("solutionoff");
  14.    }
  15.    _parent.Click(x,y);
  16. }
  17.